@charset "UTF-8";
/* CSS Document */

hearder{
	color:#000 !important; 
	background-color:#f5f7f8 !important
}
a#escape {
        color   : transparent;
        position: absolute;
        top     : 0;
        left    : 0;
    }
.odd-menu-mobile {
        color   : transparent;
        position: absolute;
        top     : 0;
        left    : 0;
    }
nav{
	align-content: center;
}
body{
	font-family: "Karma", sans-serif;
	font-size: 100%;
  
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


